home *** CD-ROM | disk | FTP | other *** search
/ Washington DC / Washington DC 100 Photos & Screensaver.iso / pc / mainmenu.dxr / 00001.ls next >
Encoding:
Text File  |  2000-04-19  |  177 b   |  10 lines

  1. on mouseUp
  2.   sound stop 2
  3.   set apppath to mappLocateExecutable(the moviePath & "WIN_KUDO\WASHDC.KDB")
  4.   if apppath = "Error: 31" then
  5.     go(25)
  6.   else
  7.     go(10)
  8.   end if
  9. end
  10.